From 9ee525e0f712ad80e135c32119ef7708109ebee3 Mon Sep 17 00:00:00 2001 From: Richard Hult Date: Mon, 10 Sep 2007 17:19:49 +0000 Subject: [PATCH] Build fix, correct a typo in the G_BEGIN_DECLS fix below. 2007-09-10 Richard Hult * gtk/gtksearchenginesimple.h: Build fix, correct a typo in the G_BEGIN_DECLS fix below. svn path=/trunk/; revision=18787 --- ChangeLog | 5 +++++ gtk/gtksearchenginesimple.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9876479726..3c72fb321b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-10 Richard Hult + + * gtk/gtksearchenginesimple.h: Build fix, correct a typo in the + G_BEGIN_DECLS fix below. + 2007-09-10 Matthias Clasen * gtk/gtksearchenginesimple.h: Replace a duplicate G_END_DECLS by diff --git a/gtk/gtksearchenginesimple.h b/gtk/gtksearchenginesimple.h index aba6b4844d..c31073d1cc 100644 --- a/gtk/gtksearchenginesimple.h +++ b/gtk/gtksearchenginesimple.h @@ -25,7 +25,7 @@ #include "gtksearchengine.h" -G_BEGINE_DECLS +G_BEGIN_DECLS #define GTK_TYPE_SEARCH_ENGINE_SIMPLE (_gtk_search_engine_simple_get_type ()) #define GTK_SEARCH_ENGINE_SIMPLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimple)) -- 2.30.2